home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3.iso / chapte28 / helptest.h < prev    next >
Text File  |  1995-12-28  |  566b  |  20 lines

  1. #define IDM_EXIT           100
  2. #define IDM_TEST           200
  3. #define IDM_HELP_TOPICS    300
  4. #define IDM_ABOUT          301
  5.  
  6. #define IDC_RADIO1         101
  7. #define IDC_RADIO2         102
  8. #define IDC_RADIO3         103
  9. #define IDC_GROUPBOX       104
  10.  
  11. #define HELP_BASE          1000
  12. #define IDH_TRAINING       300
  13.  
  14. #define DLG_VERFIRST        400
  15. #define DLG_VERLAST         404
  16.  
  17. LRESULT CALLBACK WndProc  (HWND, UINT, WPARAM, LPARAM);
  18. LRESULT CALLBACK HlpDialog(HWND, UINT, WPARAM, LPARAM);
  19. LRESULT CALLBACK About    (HWND, UINT, WPARAM, LPARAM);
  20.